PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFFlipDirection Enumeration
In This Topic
    PDFFlipDirection Enumeration
    In This Topic
    Defines the supported flip directions.
    Members
    MemberDescription
    HORIZONTAL_AND_VERTICAL_FLIPThe content is flipped on horizontal and vertical.
    HORIZONTAL_FLIPThe content is flipped on horizontal.
    NO_FLIPThe content is not flipped.
    VERTICAL_FLIPThe content is flipped on vertical.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.graphics.PDFFlipDirection

    See Also